home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Tools & Apps / Intriguing Inits⁄cdevs⁄DAs / Mini Grinders™ / Read Me < prev    next >
Encoding:
Text File  |  1992-09-03  |  4.8 KB  |  98 lines  |  [TEXT/ttxt]

  1.  
  2. ----------------------------------------------------------------------------
  3. Mini Grinders™ by Steve Smith                                           Apple Computer, Inc. 1992.
  4. ----------------------------------------------------------------------------
  5.  
  6. Mini Grinders™ is a collection of small applications that perform simple tasks on 
  7. files (Lock It! also accepts folders).  This is accopmplished with the new FREF
  8. types '****' and 'fold' in conjuction with Apple Events.  
  9.  
  10. To use any of the Mini Grinders™ tools, select any file(s) and drag them on top of the application icon so that the icon hilites.  When the application is hilited, release the mouse button.  This will launch the application and the 7.0 Finder will send the 
  11. dropped files to the application for processing.
  12.  
  13. [Note: Mini Grinders™ will not work under any 6.0.x system because 6.0.x Finders 
  14. know nothing about these new FREF types.]
  15.  
  16. ----------------------------------------------------------------------------
  17.  
  18. Tool Descriptions:
  19.  
  20.     --------------------------------------------------------------------------
  21.     |    Lock It!
  22.     |
  23.     |    Lock It! will lock or unlock any file dropped on it.  If the file is unlocked, Lock It!
  24.     |    will lock the file (and vice-versa).  If the Command key is down when files are
  25.     |    dropped on Lock It!, all files dropped will be unlocked regardless of their current
  26.     |    lock state.  If the Control key is down when files are dropped on Lock It!, all files 
  27.     |    dropped will be locked, regardless of their current lock state.
  28.     |
  29.     --------------------------------------------------------------------------
  30.  
  31.     --------------------------------------------------------------------------
  32.     |    GroupInfo
  33.     |
  34.     |    GroupInfo will total the physical sizes of all files/folders dropped on it.
  35.     |    
  36.     |    Known Bug: GroupInfo may crash if files are dragged from deeply nested folders
  37.     |                                        while trying to create the directory path string.  This will be fixed in
  38.     |                                        a later build
  39.     |    
  40.     --------------------------------------------------------------------------
  41.  
  42.     --------------------------------------------------------------------------
  43.     |    Snd2SysBeep
  44.     |
  45.     |    Snd2SysBeep will search all files dropped on it for sound resources and create
  46.     |    SysBeep files from those resources.  If the sound resource found is a type "1"
  47.     |    sound the SysBeep file is generated automatically.  If the sound resource found
  48.     |    is a type "2" sound it may not play at the correct speed.  A dialog will appear
  49.     |    allowing the user to tailor the sound to his/her taste and save it.
  50.     |
  51.     |    If a file contains multiple type "1" sounds, mulitple SysBeep files will be
  52.     |    created.  If a file contains multiple type "2" sounds, multiple dialogs will appear
  53.     |    allowing the user to save the sound or skip it.  If the Option key is held down
  54.     |    while the dialog is up, the OK button becomes the All button and the Skip button
  55.     |    becomes the Cancel button.  The All button allows the user to save the remaining
  56.     |    type "2" sounds with the current frequency setting, as set in the dialog.  The
  57.     |    button cancels the current sound and quits the application.
  58.     |
  59.     --------------------------------------------------------------------------
  60.  
  61.     --------------------------------------------------------------------------
  62.     |    AliasSuitcase
  63.     |
  64.     |    AliasSuitcase will create a "suitcase" of aliases of the files dropped onto it.
  65.     |    Double clicking the generated suitcase will explode the aliases in the same
  66.     |    directory.
  67.     |
  68.     |    AliasSuitcase was written because Mac mail packages could enclose server or
  69.     |    folder aliases. This grinder provided a mechanism to transport aliases across
  70.     |    net-mail. Since it's release, AliasSuitcase has kind of become obsolete because
  71.   |  mail packages are rev'ing to handle alias files, but it can still be useful.
  72.     |
  73.     --------------------------------------------------------------------------
  74.  
  75.     --------------------------------------------------------------------------
  76.     |    ListFileInfo
  77.     |
  78.     |    ListFileInfo generates a summary report of the files inside the folder dropped
  79.     |    onto it.  ListFileInfo, unlike the other grinders, ONLY handles folders. The 
  80.     |    summary file generated contains the following information:
  81.   |  short pathname, date created, date modified, size, version 1 short string
  82.     |  The file is table delimited to make it easy to view in your favority spreadsheet
  83.   |  program. The file created by ListFileInfo is always named the same thing and if
  84.   |  ListFileInfo sees a file with the same name, it will write over it. So... if you 
  85.   |  want to save your logs, please rename them.
  86.   |
  87.     |    KNOWN BUG:  There is one bug that I haven't tracked down yet, but it causes
  88.     |                        an illegal instruction when trying to read the Apple Installer.
  89.   |                      (this occurrs only under certain circumstances)
  90.     |
  91.     --------------------------------------------------------------------------
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.